projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
053617a
)
HC: more contrasty focus rings
author
Jakub Steiner
<jimmac@gmail.com>
Wed, 6 May 2020 17:28:05 +0000
(19:28 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Wed, 6 May 2020 17:28:05 +0000
(19:28 +0200)
gtk/theme/HighContrast/_colors-hc.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/HighContrast/_colors-hc.scss
b/gtk/theme/HighContrast/_colors-hc.scss
index f9c038bbe74be8146f73c0a57e612a365bad9b81..d9dfc278cdbe502b8fde08c38af3f5fa4a183e4d 100644
(file)
--- a/
gtk/theme/HighContrast/_colors-hc.scss
+++ b/
gtk/theme/HighContrast/_colors-hc.scss
@@
-14,3
+14,7
@@
$alt_borders_color: if($variant == 'light', darken($alt_borders_color, 33%), lig
$insensitive_fg_color: mix($fg_color, $bg_color, 50%);
$insensitive_bg_color: mix($bg_color, $base_color, 60%);
$insensitive_borders_color: mix($borders_color, $bg_color, 80%);
+
+//focus rings
+$focus_border_color: if($variant == 'light', transparentize($selected_bg_color, 0.2), transparentize(white, 0.4));
+$alt_focus_border_color: if($variant == 'light', white, transparentize(white,0.4));